[INFO] cloning repository https://github.com/aughey/x32osc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aughey/x32osc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faughey%2Fx32osc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faughey%2Fx32osc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 29f2b0cdded4357acf5e1b4d5e06fa41f661e167
[INFO] fixing aughey/x32osc against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faughey%2Fx32osc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aughey/x32osc
[INFO] finished tweaking git repo https://github.com/aughey/x32osc
[INFO] tweaked toml for git repo https://github.com/aughey/x32osc written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aughey/x32osc on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aughey/x32osc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a668062b95eaa68d9fd97ebdc0541880028f1ceb4e541d7b65c5a3fb938ef885
[INFO] running `Command { std: "docker" "start" "a668062b95eaa68d9fd97ebdc0541880028f1ceb4e541d7b65c5a3fb938ef885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a668062b95eaa68d9fd97ebdc0541880028f1ceb4e541d7b65c5a3fb938ef885" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a668062b95eaa68d9fd97ebdc0541880028f1ceb4e541d7b65c5a3fb938ef885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a668062b95eaa68d9fd97ebdc0541880028f1ceb4e541d7b65c5a3fb938ef885" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking pid v4.0.0
[INFO] [stderr]     Checking rosc v0.10.1
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking x32osc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/x32.rs (1 fix)
[INFO] [stdout] warning: `impl Future<Output = Result<(), anyhow::Error>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/x32.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 |     ) -> impl Future<Output = anyhow::Result<()>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/x32.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         &mut self,
[INFO] [stdout]     |         ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/x32.rs:112:15
[INFO] [stdout]     |
[INFO] [stdout] 112 |         recv: impl Receiver,
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 110 ~     pub fn poll_receive<T: Receiver>(
[INFO] [stdout] 111 |         &mut self,
[INFO] [stdout] 112 ~         recv: T,
[INFO] [stdout] 113 ~     ) -> impl Future<Output = anyhow::Result<()>> + use<S, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl Future<Output = Result<(), anyhow::Error>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/x32.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 |     ) -> impl Future<Output = anyhow::Result<()>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/x32.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         &mut self,
[INFO] [stdout]     |         ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/x32.rs:112:15
[INFO] [stdout]     |
[INFO] [stdout] 112 |         recv: impl Receiver,
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 110 ~     pub fn poll_receive<T: Receiver>(
[INFO] [stdout] 111 |         &mut self,
[INFO] [stdout] 112 ~         recv: T,
[INFO] [stdout] 113 ~     ) -> impl Future<Output = anyhow::Result<()>> + use<S, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.95s
[INFO] [stderr] crater-edition-check: x32osc v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking x32osc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `live`
[INFO] [stdout]   --> src/main.rs:61:11
[INFO] [stdout]    |
[INFO] [stdout] 61 |     #[cfg(feature = "live")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `live` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `x32` does not live long enough
[INFO] [stdout]    --> src/main.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let mut x32 = x32;
[INFO] [stdout]     |               ------- binding `x32` declared here
[INFO] [stdout]  21 |           let poller = x32.poll_receive(socket);
[INFO] [stdout]     |                        ^^^ borrowed value does not live long enough
[INFO] [stdout]  22 |
[INFO] [stdout]  23 |           let join = tokio::spawn(async move {
[INFO] [stdout]     |  ____________________-
[INFO] [stdout]  24 | |             match poller.await {
[INFO] [stdout]  25 | |                 Err(e) => eprintln!("Poller error: {:?}", e),
[INFO] [stdout]  26 | |                 _ => (),
[INFO] [stdout]  27 | |             }
[INFO] [stdout]  28 | |         });
[INFO] [stdout]     | |__________- argument requires that `x32` is borrowed for `'static`
[INFO] [stdout]  29 |           (join, x32)
[INFO] [stdout]  30 |       };
[INFO] [stdout]     |       - `x32` dropped here while still borrowed
[INFO] [stdout]     |
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/task/spawn.rs:166:28
[INFO] [stdout]     |
[INFO] [stdout] 166 |         F: Future + Send + 'static,
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/main.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 |         let poller = x32.poll_receive(socket);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: if you can modify this crate, add a precise capturing bound to avoid overcapturing: `+ use</* Args */>`
[INFO] [stdout]    --> src/x32.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 |     ) -> impl Future<Output = anyhow::Result<()>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0505]: cannot move out of `x32` because it is borrowed
[INFO] [stdout]    --> src/main.rs:29:16
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let mut x32 = x32;
[INFO] [stdout]     |               ------- binding `x32` declared here
[INFO] [stdout]  21 |           let poller = x32.poll_receive(socket);
[INFO] [stdout]     |                        --- borrow of `x32` occurs here
[INFO] [stdout]  22 |
[INFO] [stdout]  23 |           let join = tokio::spawn(async move {
[INFO] [stdout]     |  ____________________-
[INFO] [stdout]  24 | |             match poller.await {
[INFO] [stdout]  25 | |                 Err(e) => eprintln!("Poller error: {:?}", e),
[INFO] [stdout]  26 | |                 _ => (),
[INFO] [stdout]  27 | |             }
[INFO] [stdout]  28 | |         });
[INFO] [stdout]     | |__________- argument requires that `x32` is borrowed for `'static`
[INFO] [stdout]  29 |           (join, x32)
[INFO] [stdout]     |                  ^^^ move out of `x32` occurs here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/main.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 |         let poller = x32.poll_receive(socket);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: if you can modify this crate, add a precise capturing bound to avoid overcapturing: `+ use</* Args */>`
[INFO] [stdout]    --> src/x32.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 |     ) -> impl Future<Output = anyhow::Result<()>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/task/spawn.rs:166:28
[INFO] [stdout]     |
[INFO] [stdout] 166 |         F: Future + Send + 'static,
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0505, E0597.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0505`.
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `live`
[INFO] [stdout]   --> src/main.rs:61:11
[INFO] [stdout]    |
[INFO] [stdout] 61 |     #[cfg(feature = "live")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `live` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x32osc` (bin "x32osc" test) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0597]: `x32` does not live long enough
[INFO] [stdout]    --> src/main.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let mut x32 = x32;
[INFO] [stdout]     |               ------- binding `x32` declared here
[INFO] [stdout]  21 |           let poller = x32.poll_receive(socket);
[INFO] [stdout]     |                        ^^^ borrowed value does not live long enough
[INFO] [stdout]  22 |
[INFO] [stdout]  23 |           let join = tokio::spawn(async move {
[INFO] [stdout]     |  ____________________-
[INFO] [stdout]  24 | |             match poller.await {
[INFO] [stdout]  25 | |                 Err(e) => eprintln!("Poller error: {:?}", e),
[INFO] [stdout]  26 | |                 _ => (),
[INFO] [stdout]  27 | |             }
[INFO] [stdout]  28 | |         });
[INFO] [stdout]     | |__________- argument requires that `x32` is borrowed for `'static`
[INFO] [stdout]  29 |           (join, x32)
[INFO] [stdout]  30 |       };
[INFO] [stdout]     |       - `x32` dropped here while still borrowed
[INFO] [stdout]     |
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/task/spawn.rs:166:28
[INFO] [stdout]     |
[INFO] [stdout] 166 |         F: Future + Send + 'static,
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/main.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 |         let poller = x32.poll_receive(socket);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: if you can modify this crate, add a precise capturing bound to avoid overcapturing: `+ use</* Args */>`
[INFO] [stdout]    --> src/x32.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 |     ) -> impl Future<Output = anyhow::Result<()>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0505]: cannot move out of `x32` because it is borrowed
[INFO] [stdout]    --> src/main.rs:29:16
[INFO] [stdout]     |
[INFO] [stdout]  20 |           let mut x32 = x32;
[INFO] [stdout]     |               ------- binding `x32` declared here
[INFO] [stdout]  21 |           let poller = x32.poll_receive(socket);
[INFO] [stdout]     |                        --- borrow of `x32` occurs here
[INFO] [stdout]  22 |
[INFO] [stdout]  23 |           let join = tokio::spawn(async move {
[INFO] [stdout]     |  ____________________-
[INFO] [stdout]  24 | |             match poller.await {
[INFO] [stdout]  25 | |                 Err(e) => eprintln!("Poller error: {:?}", e),
[INFO] [stdout]  26 | |                 _ => (),
[INFO] [stdout]  27 | |             }
[INFO] [stdout]  28 | |         });
[INFO] [stdout]     | |__________- argument requires that `x32` is borrowed for `'static`
[INFO] [stdout]  29 |           (join, x32)
[INFO] [stdout]     |                  ^^^ move out of `x32` occurs here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/main.rs:21:22
[INFO] [stdout]     |
[INFO] [stdout]  21 |         let poller = x32.poll_receive(socket);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: if you can modify this crate, add a precise capturing bound to avoid overcapturing: `+ use</* Args */>`
[INFO] [stdout]    --> src/x32.rs:113:10
[INFO] [stdout]     |
[INFO] [stdout] 113 |     ) -> impl Future<Output = anyhow::Result<()>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/task/spawn.rs:166:28
[INFO] [stdout]     |
[INFO] [stdout] 166 |         F: Future + Send + 'static,
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0505, E0597.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0505`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x32osc` (bin "x32osc") due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "a668062b95eaa68d9fd97ebdc0541880028f1ceb4e541d7b65c5a3fb938ef885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a668062b95eaa68d9fd97ebdc0541880028f1ceb4e541d7b65c5a3fb938ef885", kill_on_drop: false }`
[INFO] [stdout] a668062b95eaa68d9fd97ebdc0541880028f1ceb4e541d7b65c5a3fb938ef885
